/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 0.6em 1.2em;
  cursor: pointer;
  line-height: 1.5;
  font-size: 90%;
  overflow: hidden;
  color: #fff;
  background-color: #1b1c1e;
  text-decoration: none;
  border: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.btn:hover {
  background-color: #8e7fe5;
  color: #fff;
  text-decoration: none;
}

.btn-light {
  border-color: #90a4ae;
  color: #455a64;
}
.btn-light:hover {
  background-color: #455a64;
  border-color: #455a64;
  color: #fff;
}

.btn-wh {
  background-color: #fff;
  color: #1b1c1e;
  border-color: #fff;
}

.btn-primary {
  background-color: #1b1c1e;
  color: #fff;
  border-color: #1b1c1e;
}
.btn-primary:hover {
  background-color: #8e7fe5;
  color: #fff;
  border-color: #8e7fe5;
}

.btn-large {
  padding: 1em 1.3em;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-full {
  padding: 0.7em 2em;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.l-container {
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .l-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    width: 1140px;
  }
}

.l-row:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .l-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

[class*=l-span] {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  [class*=l-span] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
[class*=l-span] img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .l-span1 {
    width: 8.33333333%;
  }
  .l-span2 {
    width: 16.66666667%;
  }
  .l-span3 {
    width: 25%;
  }
  .l-span4 {
    width: 33.33333333%;
  }
  .l-span5 {
    width: 41.66666667%;
  }
  .l-span6 {
    width: 50%;
  }
  .l-span7 {
    width: 58.33333333%;
  }
  .l-span8 {
    width: 66.66666667%;
  }
  .l-span9 {
    width: 75%;
  }
  .l-span10 {
    width: 83.33333333%;
  }
  .l-span11 {
    width: 91.66666667%;
  }
}
.compare-table {
  max-width: 780px;
  margin-top: -16px;
  margin-inline: auto;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  width: 100%;
  font-size: var(--font-size-body-sm);
  color: var(--text-subtle);
}
.compare-table caption {
  text-align: left;
}
.compare-table h3 {
  font-size: var(--font-size-heading-sm);
  margin: 12px 0 4px;
  line-height: var(--line-height-sm);
  color: var(--text-accent);
}
.compare-table th, .compare-table td {
  text-align: center;
  padding: 16px 8px;
  border: none;
}
.compare-table th {
  font-weight: normal;
  vertical-align: top;
  border-bottom: 2px solid #ddd;
}
.compare-table td {
  font-size: 14px;
  border-top: 1px solid #ddd;
}
.compare-table .cellHeader {
  font-weight: bold;
}
.compare-table .compare-thumb {
  display: block;
  height: auto;
  width: 100%;
}
.compare-table .small {
  font-size: 13px;
  margin: 0;
}
.compare-table .has-checked {
  color: #63b874;
}

.compare-table-header {
  text-align: center;
  display: grid;
  gap: 8px;
}
.compare-table-header .compare-header-heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  letter-spacing: normal;
}
.compare-table-header p {
  margin: 0;
  font-size: 14px;
}

.compare-detail-current {
  font-size: 14px;
  color: #90a4ae;
}

.compare-detail-btn {
  background-color: #1b1c1e;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 1000px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.compare-detail-btn:hover {
  background-color: #8e7fe5;
  color: #fff;
}

.compare-table-note {
  margin-top: 32px;
  text-align: center;
}

.sngr-header {
  position: relative;
  z-index: 50;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Segoe UI", Arial, sans-serif;
}
.sngr-header .sngr-header-inner {
  max-width: 1140px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-inner {
    width: 90%;
  }
}
.sngr-header .sngr-header-logo {
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo {
    position: static;
    width: initial;
  }
}
.sngr-header .sngr-header-logo a {
  display: inline-block;
  margin: auto;
  padding: 8px;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo a {
    margin-left: -8px;
  }
}
.sngr-header .sngr-header-logo a img {
  display: block;
  width: 144px;
  height: 14px;
}
@media (min-width: 992px) {
  .sngr-header .sngr-header-logo a img {
    width: 162px;
    height: 16px;
  }
}

.sngr-header-navbar {
  display: none;
}
@media (min-width: 992px) {
  .sngr-header-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sngr-header-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sngr-header-navbar li {
  margin: 0;
  margin: 0 0.3rem;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  .sngr-header-navbar li {
    margin: 0 0 0 32px;
  }
}
.sngr-header-navbar li:first-child {
  margin-left: 0;
}
.sngr-header-navbar li:last-child {
  margin-right: 0;
}
.sngr-header-navbar a {
  display: inline-block;
  padding: 4px 5%;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
}
.sngr-header-navbar a:hover {
  text-decoration: none;
  color: #252525;
  -webkit-box-shadow: 0px 3px 0 0px #252525;
  box-shadow: 0px 3px 0 0px #252525;
}

.sngr-header-mobileNav {
  margin-left: 16px;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav {
    display: none;
  }
}

.sngr-header-mobileNav-content {
  position: absolute;
  top: 56px;
  left: 0;
  background: #fff;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.08);
}
.sngr-header-mobileNav-content ul {
  list-style: none;
  margin: 0 16px;
  padding: 0;
}
.sngr-header-mobileNav-content ul a {
  display: block;
  padding: 12px 0;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav-content ul a:hover {
    -webkit-box-shadow: 0px 3px 0 0px #252525;
    box-shadow: 0px 3px 0 0px #252525;
  }
}

.sngr-header-mobileNav-toggle {
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -8px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0z' fill='none'/><path d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>") no-repeat center;
  background-size: 24px 24px;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
  list-style: none;
}
@media (min-width: 992px) {
  .sngr-header-mobileNav-toggle {
    display: none;
  }
}
.sngr-header-mobileNav-toggle::-webkit-details-marker {
  display: none;
}

.illustfolioNavbar {
  position: sticky;
  top: 0;
  z-index: 49;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.illustfolioNavbarNav {
  background-color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.illustfolioNavbarLink {
  color: inherit;
  font-size: 15px;
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.4;
  text-align: center;
  color: #888;
  position: relative;
}
.illustfolioNavbarLink:hover {
  color: #111;
}
.illustfolioNavbarLink.is-selected {
  color: #111;
  -webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.75);
}
.illustfolioNavbarLink .new {
  position: absolute;
  bottom: 75%;
  right: -10%;
  display: inline-block;
  padding: 4px 6px;
  font-size: 11px;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #7986ff, #ff9d7c);
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  margin-right: 0.4em;
}

.illustfolioNavbarAnnouncement {
  background: linear-gradient(-45deg, #bbc8ff, #ffe3d2);
  color: #384f77;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .illustfolioNavbarAnnouncement {
    gap: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.illustfolioNavbarAnnouncement strong {
  font-weight: bold;
}
.illustfolioNavbarAnnouncement .banner-button {
  display: none;
  border-radius: 1000px;
  background-color: #fff;
  font-size: 15px;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .illustfolioNavbarAnnouncement .banner-button {
    display: inline-block;
  }
}

body {
  font-family: "brandon-grotesque", "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #fff;
  color: #455a64;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}

p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.notice {
  color: #90a4ae;
  font-size: 0.85rem;
}

a {
  color: #1b1c1e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
a:hover {
  color: #8e7fe5;
}

h1, h2 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #1b1c1e;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
  color: #1b1c1e;
  text-decoration: none;
}

h1 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  br.touch {
    display: none;
  }
}

.l-globalHeader {
  color: #1b1c1e;
}
.l-globalHeader a {
  color: #1b1c1e;
}

.globalHeader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
.globalHeader-container .globalHeader-logo .globalHeader-logo-title {
  text-transform: uppercase;
  display: inline-block;
  padding: 1em 0.5em 1em 0;
  white-space: nowrap;
}
.globalHeader-container .madeby {
  font-size: 0.8em;
  display: inline;
}
.globalHeader-container .globalHeader-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.globalHeader-container .globalHeader-nav li a {
  display: inline-block;
  padding: 1em;
}
.globalHeader-container .globalHeader-nav li:last-child a {
  padding-right: 0;
}
.globalHeader-container .globalHeader-nav .tw svg {
  width: 22px;
  height: 22px;
}

.l-hero {
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .l-hero {
    margin-bottom: 0;
  }
}
.l-hero h1 {
  margin: 1.5em 0 0.5em;
  position: relative;
  left: 0.25em;
}
.l-hero p {
  letter-spacing: 0.1em;
}

.btn-wrapper {
  margin: 2em 0 1.5em;
  text-align: center;
}

.btn-label {
  display: block;
  letter-spacing: 0.1em;
  margin: 0 auto 1em;
  font-size: 0.9em;
}

.hero-credit {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero-credit a {
  font-weight: bold;
}

.info-update {
  margin-top: 1em;
}
.info-update a {
  display: inline-block;
  background: #e2dfec;
  padding: 0.5em 1em;
  line-height: 1.25;
  border-radius: 3em;
}
.info-update a strong {
  font-weight: 700;
}
.info-update a:hover {
  color: initial;
  background-color: #c6bce8;
}

.l-section {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.l-section h3 {
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .l-section h3 {
    font-size: 1.5rem;
  }
}
.l-section .section-topic {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .l-section .section-topic {
    margin-bottom: 3em;
  }
}
.l-section .section-topic:last-child {
  margin-bottom: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 4em;
  }
}
.section-header h2 {
  margin: 0;
}
.section-header .header-link {
  text-decoration: underline;
}

.section-intro {
  overflow: hidden;
}
.section-intro .section-content {
  text-align: center;
}
.section-intro .section-content img {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  margin-left: -16px;
  margin-right: -16px;
  display: block;
  width: 100vw;
}
@media (min-width: 768px) {
  .section-intro .section-content img {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .section-intro .section-content img {
    margin-left: -50px;
    margin-right: -50px;
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .section-intro .section-content img {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .section-intro .section-content img {
    margin-left: -150px;
    margin-right: -150px;
    max-width: 1440px;
  }
}
.section-intro .notice {
  text-align: right;
  text-transform: none;
}

.section-new-feature {
  overflow: hidden;
}
.section-new-feature .section-content h4 {
  text-align: center;
}
.section-new-feature .section-header-badge {
  border: 1px solid #1b1c1e;
  color: #1b1c1e;
  padding: 0.2em 0.5em 0.2em 0.7em;
  letter-spacing: 0.2em;
  display: inline-block;
  font-size: 0.7rem;
  margin-bottom: 0.4em;
  text-transform: uppercase;
}
.section-new-feature .book-sample {
  max-height: 150vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-new-feature .book-sample {
    position: relative;
    max-height: none;
    overflow: visible;
  }
  .section-new-feature .book-sample img {
    position: absolute;
    top: 0;
    right: 2em;
    max-width: 800px;
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
  }
}

.layout-selector-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .layout-selector-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .layout-selector-wrapper {
    font-size: 1.3rem;
  }
}

.layout-selector-btn {
  padding: 0.1em 0.6em;
  display: inline-block;
  min-width: 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
}
.layout-selector-btn:hover {
  background-color: #f5f6f7;
}
.layout-selector-btn.is-active {
  background-color: #eceff1;
}

.layout-img-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  min-height: 70vw;
}
@media (min-width: 768px) {
  .layout-img-wrapper {
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .layout-img-wrapper {
    min-height: 450px;
  }
}
@media (min-width: 1200px) {
  .layout-img-wrapper {
    min-height: 550px;
  }
}
.layout-img-wrapper .layout-img {
  opacity: 0;
  top: -1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
}
.layout-img-wrapper .layout-img img {
  width: 100vw;
}
.layout-img-wrapper .layout-img.is-active {
  opacity: 1;
  top: 0;
}
.layout-img-wrapper .layout-img.is-active img {
  display: block;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .features-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .features-wrapper .features-items {
    width: 31%;
  }
}
.features-wrapper .features-items {
  margin-bottom: 2em;
}
.features-wrapper h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  .features-wrapper h3 {
    text-align: center;
  }
}

.features-items-primary img {
  width: 100%;
  max-width: 360px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto 1.5em;
}

.features-items-secondary {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.features-items-secondary .features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .features-items-secondary .features-items {
    width: 23%;
    display: block;
  }
}
.features-items-secondary .features-items img {
  margin-right: 1em;
}
@media (min-width: 768px) {
  .features-items-secondary .features-items img {
    display: block;
    margin: 0 auto 1.5em;
  }
}
.features-items-secondary .features-items h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9rem;
  text-transform: initial;
}

.tumblr-feature {
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding: 2em 1.5em 1.5em;
  max-width: 800px;
  margin: 2.5em auto 0;
  background: url("../images/airmail.svg") no-repeat 4% 4%;
  background-size: 130px;
}
@media (min-width: 768px) {
  .tumblr-feature {
    padding: 2em;
    background-position: 3% 8%;
    background-size: 16%;
  }
}
.tumblr-feature h3 {
  text-align: center;
}
.tumblr-feature p:last-child {
  margin-bottom: 0;
}

.section-trusted {
  padding-block: 52px;
  background-image: url(../images/trusted_bg.jpg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 640px 460px;
  -webkit-animation: moveBackground 30s linear infinite;
  animation: moveBackground 30s linear infinite;
}
.section-trusted .trusted-inner {
  text-align: center;
  max-width: 720px;
  background-color: rgba(255, 255, 255, 0.9490196078);
  padding: 32px;
  border-radius: 16px;
}

@-webkit-keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -640px 0;
  }
}

@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -640px 0;
  }
}
.section-start {
  background: url("../images/getstart.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 3em 0;
}
@media (min-width: 768px) {
  .section-start {
    padding: 6em 0;
  }
}
@media (min-width: 992px) {
  .section-start {
    padding: 8em 0;
  }
}
.section-start .l-container {
  position: relative;
  z-index: 2;
}
.section-start .section-mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-start h2 {
  color: #fff;
}
.section-start .section-header {
  margin-bottom: 0;
}
.section-start .btn-wrapper {
  margin-bottom: 0;
}

.l-case {
  background-color: #eceff1;
  text-transform: uppercase;
}
.l-case .l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-case .l-row > div {
  margin-bottom: 1.5em;
}
.l-case .l-row > div > a {
  display: block;
}
.l-case .l-row > div > a > img {
  display: block;
  margin-bottom: 0.7em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-case .l-row > div > a:hover > img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.l-case .l-row span {
  display: block;
  color: #455a64;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .l-case .l-row span {
    font-size: 0.8rem;
  }
}
.l-case .case-low {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -8px;
}
.l-case .case-low .l-span4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
  margin-left: 8px;
}
@media (min-width: 992px) {
  .l-case .case-low .l-span4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    margin-left: 0;
  }
}
.l-case .credit {
  position: relative;
  text-align: left;
  padding-left: 32px;
}
@media (min-width: 992px) {
  .l-case .credit {
    padding-left: 40px;
  }
}
.l-case .credit img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 24px;
  border-radius: 32px;
}
@media (min-width: 992px) {
  .l-case .credit img {
    max-width: 32px;
  }
}

.case-footer {
  text-align: right;
  margin-top: 1em;
}
.case-footer p {
  font-size: 0.8em;
  margin: 0;
}

.faq {
  max-width: 728px;
  margin: auto;
}
.faq details {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.075em;
}
.faq details summary {
  padding: 1.25em;
  font-size: 105%;
}
.faq details summary:hover {
  cursor: pointer;
  color: #1b1c1e;
}
.faq details summary:focus {
  outline: none;
}
.faq details div {
  padding: 0.5em 1em 1.5em;
}
.faq details div p {
  margin: 0;
}
.faq details div p + p {
  margin-top: 0.75em;
}
.faq details div strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #ffff85));
  background: linear-gradient(transparent 65%, #ffff85 0);
  font-weight: bold;
}
.faq details + details {
  margin-top: 1em;
}

.section-tips {
  display: grid;
  gap: 32px;
}
.section-tips .section-header {
  margin: 0;
}

.tips-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
}
.tips-articles .tips-item a {
  display: grid;
  gap: 8px;
  cursor: pointer;
}
.tips-articles .tips-item a:hover img {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.tips-articles .tips-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.tips-articles .tips-item h4 {
  font-size: 17px;
  margin: 0;
  letter-spacing: initial;
  line-height: 1.5;
  font-weight: normal;
}

.l-getmorethemes {
  padding-bottom: 0;
}
.l-getmorethemes .section-header {
  margin-bottom: 2em;
}
.l-getmorethemes .section-header p {
  margin-top: 0.5em;
}

.thumbnail {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.thumbnail:hover {
  border-color: #1b1c1e;
}
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
  text-align: left;
}
.thumbnail .new {
  display: inline-block;
  padding: 4px 6px;
  font-size: 11px;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #7986ff, #ff9d7c);
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  margin-right: 0.4em;
}
.thumbnail h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 120%;
  margin: 0.2em 0;
  font-weight: normal;
}
.thumbnail p {
  font-size: 80%;
  margin: 0;
  color: #90a4ae;
  line-height: 1.4;
}

.section-share h3 {
  font-size: 1.2rem;
  margin: 0;
}
.section-share .section-header {
  margin-bottom: 1em;
}

.shareBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-tw,
.btn-fb {
  display: inline-block;
  border-radius: 50%;
  margin-left: 1em;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-tw:first-child,
.btn-fb:first-child {
  margin-left: 0;
}
.btn-tw svg,
.btn-fb svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .btn-tw,
  .btn-fb {
    width: 50px;
    height: 50px;
  }
}

.btn-tw {
  background-color: #55acee;
}
.btn-tw:hover {
  background-color: #2795e9;
}

.btn-fb {
  background-color: #3b5998;
}
.btn-fb:hover {
  background-color: #2d4373;
}

.section-footer {
  text-align: center;
  font-size: 0.7rem;
  padding-top: 1em;
  padding-bottom: 1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-footer {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}